Cucumber

Result for User browses sports in build: 1

Scenarios Steps
Feature Total Passed Failed Total Passed Failed Skipped Pending Undefined Missing Duration Status
User browses sports 1 0 1 4 1 1 2 0 0 0 02s 002ms failed
Feature: User browses sports
In order to view odds on sports
As a customer
I want to be able to navigate through sport pages
Scenario: User browses through available sports
Given I have arrived on the website01s 967ms
When I select a sport035ms
java.lang.IndexOutOfBoundsException: Index: 34, Size: 29
	at java.util.ArrayList.rangeCheck(ArrayList.java:653)
	at java.util.ArrayList.get(ArrayList.java:429)
	at sky.cucumber.pageObjects.HomePage.clickRandomSportInNavPanelAndGetSelectedSportName(HomePage.java:85)
	at sky.cucumber.stepDefinitions.HomePageStepDefinitions.i_select_a_sport(HomePageStepDefinitions.java:58)
	at ✽.When I select a sport(SkySportNavigation.feature:9)
Then the sport should be displayed000ms
Then the sport odds should be displayed on the screen000ms
Screenshot 1
Screenshot 2